From: John Paul Wallington Date: Wed, 4 Feb 2004 08:21:08 +0000 (+0000) Subject: (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24273 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bdce4811c23d740e0c2907f35addce21338a35d4;p=emacs.git (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry. --- diff --git a/lisp/files.el b/lisp/files.el index a2676176b86..3b178af029b 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1619,7 +1619,7 @@ in that case, this function acts as if `enable-local-variables' were t." ("\\.ltx\\'" . latex-mode) ("\\.dtx\\'" . doctex-mode) ("\\.el\\'" . emacs-lisp-mode) - ("\\.scm\\|\\.stk\\|\\.ss\\|\\.sch\\'" . scheme-mode) + ("\\.\\(scm\\|stk\\|ss\\|sch\\)\\'" . scheme-mode) ("\\.l\\'" . lisp-mode) ("\\.lisp\\'" . lisp-mode) ("\\.f\\'" . fortran-mode)